home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / kgb104.zip / KGB.DOC < prev    next >
Text File  |  1992-04-21  |  2KB  |  71 lines

  1.  
  2.   KGB Utility 1.04
  3.   ----------------
  4.  
  5.   The  program  KGB.COM  is  a  resident  utility which monitors some
  6.  DOS functions:
  7.  
  8.      -Create File Handle       ;DOS function 3ch
  9.      -Open File Handle         ;DOS function 3dh
  10.      -Delete File              ;DOS function 41h
  11.      -Exec programm            ;DOS function 4bh
  12.      -Create New File          ;DOS function 5bh
  13.      -Find File                ;DOS function 4eh
  14.  
  15.   All  these  actions are stored in the history file (default name is
  16. c:\history.dat) after installing KGB.
  17.  
  18.     When I need KGB ?
  19.  
  20.  - If  your  program  crashed  and  nobody  can  tell  you  why. Some
  21. important file  is  not  at current path and the program doesn't tell
  22. you anything and  crashes  quietly.  After  you  install KGB, you can
  23. see the name of that file your program is looking for.
  24.   - If  you  want  to  know which  files  are  internally  called  by
  25. compiler.
  26.   - If  you  have  dozens  of  configuration   files  for   different
  27. printers named pr00??.cfg but  only  one  printer.  After you install
  28. KGB, you can locate the necessary driver and delete all other
  29. stuff.
  30.  
  31.  
  32. Usage:
  33.  
  34.  It  is  easy. Just  type  KGB at the  DOS  prompt.  From  this  time
  35. all actions will be stored in the file c:\history.dat. You can simply
  36. specify different name for the history file:
  37.  
  38.  
  39.                kgb.com d:\user\john\myhist.dat
  40.  
  41.  If you want, you can turn KGB off:
  42.  
  43.                 kgb.com /off
  44.  
  45.  or turn monitoring on again:
  46.  
  47.                kgb.com /on
  48.  
  49.  or even unload KGB from memory:
  50.  
  51.               kgb.com /u
  52.  
  53.  
  54.    This program and source code  are public domain and can  be copied
  55.  freely as long as the original files and documentation  are included
  56.  in  unmodified  form. Not for commercial use. There  is no warranty,
  57.  of  course.  If  you have  any comments or suggestions, please send
  58.  them to the following address.
  59.  
  60.  
  61.                   Petr Horak
  62.                   Technical University of Prague
  63.                   Faculty of Nuclear Science and Physical Engineering
  64.                   Prague Czechoslovakia
  65.                   BITNET: HORAC@CSEARN
  66.  
  67. --------------------------------------------------------------------
  68. descr. : Why just KGB ? Some my friends named this program so,
  69. but NO PERSONAL DATA ARE STORED, no danger! Enjoy!
  70.  
  71.